home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / CHIP Turkiye Ocak 1997.iso / program / sound / mp061 / mp.ini < prev   
INI File  |  1996-10-12  |  4KB  |  143 lines

  1. ;---------------------------------------------------------------------------
  2. ;-----------------------        SounDWorX MiDPLAY        -------------------
  3. ;-----------------------      Configuration Profile      -------------------
  4. ;---------------------------------------------------------------------------
  5.  
  6. ;---------------------------------------------------------------------------
  7. [General]
  8.  
  9. ;----- ---- --- -- -  -    -
  10. ;-- MPU 401 I/O-base-address
  11. ;-- e.g: MPUbase=300 or MPUbase=AUTO
  12. ;----- ---- --- - -  -   -    -
  13. MPUbase=AUTO
  14.  
  15. ;----- ---- --- -- -  -    -
  16. ;-- EMU 8000 I/O-base-address
  17. ;-- e.g: EMUbase=620 or EMUbase=AUTO
  18. ;----- ---- --- - -  -   -    -
  19. EMUbase=AUTO
  20.  
  21. ;----- ---- --- -- -  -    -
  22. ;-- SoundBlaster I/O-base-address
  23. ;-- e.g: SBbase=220 or SBbase=AUTO
  24. ;----- ---- --- - -  -   -    -
  25. SBbase=AUTO
  26.  
  27. ;----- ---- --- -- -  -    -
  28. ;-- Display-Mode/Resolution
  29. ;-- 0 =    360 by 400 (256 colors)
  30. ;-- 1 =    640 by 480 ( "    "   )
  31. ;-- 2 =    800 by 600 ( "    "   )
  32. ;-- 3 =   1024 by 768 ( "    "   )
  33. ;-- AUTO = use highest possible resolution
  34. ;----- ---- --- - -  -   -    -
  35. ;-- e.g. DispMode=1
  36. ;------ ---- --- -- -  -    -
  37. DispMode=AUTO
  38.  
  39. ;----- ---- --- -- -  -    -
  40. ;-- Startup Mode
  41. ;-- e.g. QuickInit=No
  42. ;------ ---- --- -- -  -    -
  43. QuickInit=Yes
  44.  
  45. ;----- ---- --- -- -  -    -
  46. ;-- Load SoundFont 2 GM
  47. ;-- e.g. AutoSF2GM=Yes
  48. ;------ ---- --- -- -  -    -
  49. AutoSF2GM=Yes
  50.  
  51. ;----- ---- --- -- -  -    -
  52. ;-- SoundFont 2 GM-Bank
  53. ;------ ---- --- -- -  -    -
  54. SF2GMBank=SYNTHGM.SF2
  55.  
  56. ;----- ---- --- -- -  -    -
  57. ;-- put the default soundbank-directory here
  58. ;-- e.g: BankDir=C:\LIBRARY\SOUND\SBK
  59. ;----- -  --  - -  -
  60. ;-- if none is specified, MiDPLAY uses the
  61. ;-- SOUND variable which should be set (to
  62. ;-- C:\SB16 for example) in your AUTOEXEC.BAT:
  63. ;-- set SOUND=C:\SB16
  64. ;-- NOTE: \SFBANK\ will automatically be added to
  65. ;-- that path ! (not if a BankDir is specified !)
  66. ;----- ---- --- - -  -   -    -
  67. BankDir=
  68.  
  69. ;----- ---- --- -- -  -    -
  70. ;-- put the default song-directory here
  71. ;-- e.g: SongDir=C:\LIBRARY\SOUND\MIDI
  72. ;----- ---- --- - -  -   -    -
  73. SongDir=
  74.  
  75. ;---------------------------------------------------------------------------
  76. [Basic Preset Themes]
  77.  
  78. ;----- ---- --- -- -  -    -
  79. ;-- here comes the name of the theme that
  80. ;-- is taken if none is explicitly given
  81. ;-- e.g. DefaultTheme="GS"
  82. ;----- ---- --- - -  -   -    -
  83. DefaultTheme="AutoSoundBank"
  84.  
  85. ;-------------------------------------------------------------------------
  86. ;-- theme syntax:
  87. ;-- A Theme has to start with:
  88. ;--   Theme="NAME"
  89. ;-- followed by one or more of these:
  90. ;--   Bank=NAME (if you give AUTO as NAME it will work like "-a" in the
  91. ;--              commandline; see theme "Auto" below)
  92. ;--   No=NUMBER
  93. ;--   Fx=NAME,NAME
  94. ;--   Map=PATTERN
  95. ;-------------------------------------------------------------------------
  96.  
  97. ;----------------- ---- -- -  -     -
  98. ;-- AutoSoundBank - tries to load the SoundFont which
  99. ;--                 belongs to the selected song-file
  100. ;------------------------------ ---- --- -- -  -    -
  101. Theme="AutoSoundBank"
  102. Bank=AUTO
  103.  
  104. ;----- ---- --- -- -  -    -
  105. ;-- here are some sample themes
  106. ;-- that may (have to) be modified:
  107. ;----- ---- --- -- - -    -
  108. ;-- GM - loads the GM-Bank
  109. ;----- ---- --- - -  -   -     -
  110. Theme="GM"
  111. Bank=SYNTHGM.SF2
  112. ;---- ----- --- - -  -   -    -
  113. ;-- GS - loads the GS-Bank
  114. ;----- ---- --- - -  -   -   -
  115. Theme="GS"
  116. Bank=SYNTHGS.SBK
  117. ;----- ---- --- - -  -   -    -
  118. ;-- XG - maps all channels to SB-Midi-Output (WaveBlaster)
  119. ;---- ---- --- - -  -   -    -
  120. Theme="XG"
  121. Map=SSSSSSSSSSSSSSSS
  122.  
  123. ;----------------------------
  124. ; add your own themes here
  125. ;----------------------------
  126. ;e.g.:
  127. ;Theme="Classic"
  128. ;Bank=CLASSIC.SBK
  129. ;No=0
  130. ;Map=EEEEEEEEEEEEEEE
  131. ;Fx=Chorus1,Hall1
  132. ;
  133. ;Theme="Funk"
  134. ;Bank=HUGE.SBK
  135. ;
  136. ;Theme="Lynne"
  137. ;Bank=AWESOME.SBK
  138. ;...
  139. ;
  140.  
  141. ;---------------------------------------------------------------------------
  142.  
  143.